home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0153.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  1.7 KB  |  43 lines

  1. Joost Brugman spake thus:
  2. > > Peter Custerson spake thus:
  3. > > > Could somebody please explain the theory of 4 way scrolling maps
  4. > > > to me.
  5. > > Nick Waterman added:
  6. > > Note! This trick only works HORIZONTALLY! You can scroll off the right
  7. > > and "sort of" back on the left, but you absolutely CANNOT do the same
  8. > > off the top or bottom... You *WILL* need twice the height.
  9. > >
  10. > > and off on a skiing holiday soonish, so don't be surprised if I take
  11. >
  12. > I've done antoher way once wich took (for low-res) just one screen, 16
  13. > additional lines (as the screen was built of 16x16 bricks) and 40 extra
  14. > bytes at the end:
  15. [ blah blah ]
  16. > * Vertical scrolling *
  17. >
  18. > Vertical scrolling can be achieved by placing the screen on a 'roll' by
  19. > linking the lower and upper screenline together:
  20. [ blah blah ]
  21. > Basicly, moving down means incrementing the screen pointer by sizeof(line)
  22. > and moving up means decrementing the pointer. Using the copper you can place
  23. > the upper part of the screen below the lower part in a raster-split.
  24. > Ofcourse, you need 16 extra lines below of your screen for built-buffering.
  25.  
  26. This guy was talking about AMOS though. Is it possible to do this trick
  27. in AMOS? You can certainly place 2 copies of the screen above each
  28. other, but I think there's an annoying blank line left between them. In
  29. Assembly, or even C, I'd agree with you, but AMOS... hmmmmmm...
  30.  
  31. > By the way, Nick... Have fun on vacation...
  32.  
  33. I hope to! I'm off in just over a week's time, skiing. Never been skiing
  34. before - should be a laugh!
  35.  
  36.  
  37.   Nick Waterman - inet nick@cimio.co.uk - ax25 G7RZQ @ GB7DEO.#32.GBR.EU
  38. "Go to Red Alert!"... "Sir, are you sure? It DOES mean changing the bulb!"
  39.       None of the opinions above belong to anybody at all, probably.
  40.  
  41.  
  42.  
  43.